overlay: Trivial indentation fix
authorTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 04:49:26 +0000 (05:49 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 07:23:25 +0000 (08:23 +0100)
gtk/gtkoverlay.c

index 86b2004f2e1e43585360486be2219e7f17c12607..47a8bb295e3b0798f0a4509e169ec1dd6451c69f 100644 (file)
@@ -314,7 +314,7 @@ gtk_overlay_size_allocate (GtkWidget *widget,
     gtk_widget_size_allocate (main_widget,
                               &(GtkAllocation) {
                                 0, 0,
-                                  width, height
+                                width, height
                               }, -1);
 
   for (child = gtk_widget_get_first_child (widget);